Rules APIs

Description: APIs to Get or Set Information corresponding to the Algorithms in iFoundry.

S.No

Category

Name

Method

Description

Link

  1.  

Rules

Manage Rule

POST

Handles requests to save Algorithm definition details.

/api/Rules/ManageRule

  1.  

Rules

Manage Rule Data

POST

Handles requests to save Algorithm data

 


/api/Rules/ManageRuleData

  1.  

Rules

Manage Form Rule Data

POST

Handles requests to save form rules in the

database

 

/api/Rules/ManageFormRuleData

  1.  

Rules

Get Rule

GET

Handles requests to edit the algorithm.

/api/Rules/GetRule

  1.  

Rules

Get Rules

GET

Handles requests to fetch the list of rules to invoke in the pricer.

 

/api/Rules/GetRules

  1.  

Rules

Get Blocks

GET

Handles requests to fetch the list of blocks in the algorithm builder.

 

/api/Rules/GetBlocks

  1.  

Rules

Get Xpath Value

POST

Handles requests to fetch the attributes into the expressions from out of context.

 

/api/Rules/GetXpathValue

  1.  

Rules

Get Block

GET

Handles requests to fetch a particular block information from the database in the builder.

 

/api/Rules/GetBlock

  1.  

Rules

functions

GET

Handles requests to fetch the list of functions from the database into the algorithm builder.

 

/api/Rules/functions/system

  1.  

Rules

Get Globalvariables

GET

Handles requests to fetch the list of local/global variables into the algorithm.

 

/api/Rules/GetGlobalvariables

  1.  

Rules

Insert Globalvariables

POST

Handles requests to insert the global variables into the database

 


/api/Rules/InsertGlobalvariables

  1.  

Rules

Delete GlobalVariables

DELETE

Handles requests to delete the global variables into the database

 

/api/Rules/DeleteGlobalVariables

  1.  

Rules

operators

GET

Handles requests to fetch the list of operators from the database in the algorithm builder.

 

/api/Rules/operators

  1.  

Rules

Custom Functions

GET

Handles requests to fetch the list of custom functions from the database in the algorithm builder.

 

/api/Rules/CustomFunctions

  1.  

Rules

Get Work Spaces Having Tables

GET

Handles requests to fetch the list of workspaces which has rate tables in the change events from the database.

 

/api/Rules/GetWorkSpacesHavingTables

  1.  

Rules

Get Block Used Info

GET

Handles requests to fetch the where used information of the block.

 

/api/Rules/GetBlockUsedInfo

  1.  

Rules

Get Change Events By Table Type

GET

Handles requests to fetch the list of change events which has the rate table / lookup table.

/api/Rules/GetChangeEventsByTableType

  1.  

Rules

Verify Logic

POST

Handles requests to verify the expressions computed in the algorithm builder.

 

/api/Rules/VerifyLogic

  1.  

Rules

Get Algorithms List

GET

Handles requests to fetch the list of algorithms from the database.

 


/api/Rules/GetAlgorithmsList

  1.  

Rules

Get Form Rule Attachments

GET

Handles requests to fetch the list of rule attachments in the form rule builder.

 

/api/Rules/GetFormRuleAttachments

  1.  

Rules

Insert Where used For Workspaces

GET

Handles request to see where the workspaces are used across the model

 

/api/Rules/InsertWhereusedForWorkspaces